home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 23
/
AMIGAplus Sonderheft 23 (2000)(Falke)(DE)[!].iso
/
Tools
/
Text-Viewer
/
MSWordView
/
mswordview_src
/
helper-scripts
/
WordToTxt
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-11-06
|
187 b
|
9 lines
#!/bin/sh
#from mswordview mailing list by
#E. Frank Ball <frankb@sr.hp.com>
htmlfile=/tmp/mswordviewfile$$
mswordview -o $htmlfile $1
lynx -dump -force_html $htmlfile
/bin/rm $htmlfile